-
Notifications
You must be signed in to change notification settings - Fork 14
Modify @hdgarrood's PR to use Data.Op. #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Sorry for the delay, but I think the PR looks great. Before merging, is this intended only for purescript 0.8? I am wondering if we should update the exports and corresponding imports for 0.7 compatibility? Or we could release this along with 0.8. That works for me too. Also, do you think this module should be moved to core or contrib once this PR is merged? I am open to either. |
|
Probably stick to 0.7 for now, all the core libraries are going to be updated and bumped after 0.8 is released, so it will need updating again anyway. |
Modify @hdgarrood's PR to use Data.Op.
|
Before publishing to pursuit is this good to move into core? |
|
🎉 |
|
Nope, 👍 for moving over. Core or contrib? |
|
Perhaps |
|
Sounds sensible to me. |
|
@ethul You should be able to move the repo to |
|
Thanks! The repo has been moved over |
|
Thanks! I've set up a new team. |
|
Great, thank you! On Tuesday, 2 February 2016, Phil Freeman [email protected] wrote:
|
This a slightly different take on @hdgarrood's branch, using
Data.OpforOptionand droppingkey. As we add combinators toData.Functor.Contravariant.Divisible, this approach will become more useful, I think.